sync.readOnly.amended (field)

11 uses

	sync (current package)
		map.go#L65: 	amended bool // true if the dirty map contains some key not in m.
		map.go#L106: 	if !ok && read.amended {
		map.go#L113: 		if !ok && read.amended {
		map.go#L155: 		if !read.amended {
		map.go#L159: 			m.read.Store(readOnly{m: read.m, amended: true})
		map.go#L221: 		if !read.amended {
		map.go#L225: 			m.read.Store(readOnly{m: read.m, amended: true})
		map.go#L272: 	if !ok && read.amended {
		map.go#L276: 		if !ok && read.amended {
		map.go#L326: 	if read.amended {
		map.go#L333: 		if read.amended {